'宣言 Public Overloads Shared Function GetValue(Of T)( _ ByVal rcr1 As RplContainerRec, _ ByVal rcr2 As RplContainerRec, _ ByVal childRecType As System.Byte, _ ByVal defValue As T _ ) As T
'使用法 Dim rcr1 As RplContainerRec Dim rcr2 As RplContainerRec Dim childRecType As System.Byte Dim defValue As T Dim value As T value = RplContainerRec.GetValue(Of T)(rcr1, rcr2, childRecType, defValue)
public static T GetValue<T>( RplContainerRec rcr1, RplContainerRec rcr2, System.byte childRecType, T defValue )
パラメータ
- rcr1
- rcr2
- childRecType
- defValue
型パラメータ
- T